home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AOL File Library: 4,101 to 4,200
/
aol-file-protocol-4400-4101-to-4200.zip
/
AOLDLs
/
Business Management
/
TOMOMITOR_ V5.3 Restaurant POS
/
TAKOUT.exe
/
READ_ME.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-05-28
|
429b
|
13 lines
echo off
cls
rem This batch file provides a simple way to read about the product:
rem TOMONITR Restaurant PointOfSale takeout/delivery, v5.2
rem The information you want to read is in the file VENDINFO.DIZ.
rem If you prefer, you can read it using any ordinary text viewer.
rem For example, if the LIST viewer is in your DOS path, you would
rem use the command 'LIST VENDINFO.DIZ'.
more < VENDINFO.DIZ
pause